home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_179318.txt < prev    next >
Text File  |  1989-09-06  |  4KB  |  165 lines

  1. -- card: 179318 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=350 top=195 right=214 bottom=371
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   show card field definition
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 10 (button)
  28. -- low flags: 00
  29. -- high flags: 8003
  30. -- rect: left=151 top=261 right=283 bottom=231
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Date
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   put the long date into card field date
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 6 (field)
  47. -- low flags: 01
  48. -- high flags: 0002
  49. -- rect: left=244 top=253 right=291 bottom=334
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 3
  54. -- text size: 9
  55. -- style flags: 0
  56. -- line height: 12
  57. -- part name: Date
  58.  
  59.  
  60. -- part 4 (field)
  61. -- low flags: 81
  62. -- high flags: 2004
  63. -- rect: left=113 top=111 right=217 bottom=327
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 0
  67. -- font id: 3
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: definition
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   hide card field definition
  75. end mouseUp
  76.  
  77.  
  78. -- part 2 (field)
  79. -- low flags: 01
  80. -- high flags: 0007
  81. -- rect: left=349 top=252 right=289 bottom=478
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: 
  90.  
  91.  
  92. -- part 8 (button)
  93. -- low flags: 00
  94. -- high flags: 8003
  95. -- rect: left=14 top=294 right=314 bottom=151
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Restore properties
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   set script of card field "Date" to empty
  107.   set name of card field 3 to empty
  108.   set style of card field 1 to rectangle
  109.   set scroll of card field 3 to 0 --in pixels up to 170
  110.   set rect of card field 1 to 245,256,335,294
  111.   set loc of card field 1 to 289,272
  112.   set showLines of card field 1 to false
  113.   set wideMargins of card field 1 to false
  114.   put empty into card field "Date"
  115. end mouseUp
  116.  
  117.  
  118.  
  119.  
  120. -- part contents for background part 2
  121. ----- text -----
  122. Field properties
  123.  
  124. -- part contents for background part 43
  125. ----- text -----
  126. 335,253
  127.  
  128. -- part contents for background part 44
  129. ----- text -----
  130. script
  131. name
  132. id
  133. number
  134. style
  135. scroll
  136. rect
  137. loc
  138. showLines
  139. wideMargins
  140.  
  141.  
  142.  
  143.  
  144.  
  145. -- part contents for background part 1
  146. ----- text -----
  147. set script of card field "Date" to script of button "Date"  
  148. set name of card field 3 to "Example"
  149. the id of card field 1--can't set
  150. the number of card field id 6 --can't set
  151. set style of card field 1 to shadow
  152. set scroll of card field 3 to 15 --in pixels from the top
  153. set rect of card field 1 to the rect of field 2
  154. set loc of card field 1 to 200,200--*
  155. set showLines of card field 1 to true 
  156. set wideMargins of card field 1 to true 
  157.  
  158.  
  159. -- part contents for card part 2
  160. ----- text -----
  161. This is an example of a scrolling field.  Use the scroll property to set the number of pixels you want to scroll down from the top.
  162.  
  163. -- part contents for card part 4
  164. ----- text -----
  165. Loc includes two numbers that represent the center of the object.  The first‚Äî"H"‚Äîis the distance from the left edge of the screen.  The second‚Äî"V"‚Äîis the distance from the top.